|
Oracle® Rules Palette Release 9.1.0.0.0 E15811-01 |
This business rule allows one or more MathVariables to be copied from an activity to one or more client fields, upon processing the activity to which this CopyToClientFields rule is attached.
|
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
|
<CopyToClientFields> |
Required opening and closing tag of the CopyToClientFields rule.
|
CLIENTGUID |
Optional
attribute; Note: Transaction to which this business rule is attached should contain the MathVariables that capture the ClientGUIDs. |
|
<Fields> |
Required element; |
|
|
|
<Field> |
Repeatable element; |
|
|
|
<From> |
This element is used to specify the MathVariable or field name from the transaction from where the data should be copied from. |
|
Required
element value; |
|
<To> |
Required element; |
|
Required
element value; |
<CopyToClientFields CLIENTGUID="ClientGUIDMV">
<Fields>
<Field>
<From>NewFirstNameMV</From>
<To>NewFirstNameField</To>
</Field>
<Field>
<FromCollection>NewLastNameMVCollection</FromCollection>
<To>NewLastNameField</To>
</Field>
</Fields>
</CopyToClientFields>
<CopyToClientFields>
<Client CLIENTGUID="ClientGUIDMV">
<Fields>
<Field>
<From>NewFirstNameMV</From>
<To>NewFirstNameField</To>
</Field>
<Field>
<FromCollection>NewLastNameMVCollection</FromCollection>
<To>NewLastNameField</To>
</Field>
</Fields>
</Client>
</CopyToClientFields>
<CopyToClientFields>
<Client CLIENTGUID="">
<Fields>
<Field>
<From\>
<To\>
</Field>
<Field>
<FromCollection\>
<To\>
</Field>
</Fields>
</Client>
</CopyToClientFields>
<CopyToClientFields CLIENTGUID="[String]">
<Fields>
<Field>
<From\>
<To\>
</Field>
<Field>
<FromCollection\>
<To\>
</Field>
</Fields>
</CopyToClientFields>